home *** CD-ROM | disk | FTP | other *** search
- :=====================================================
- : EXAMPLE2.BAT
- :
- : This is the type of batch file that could be
- : used when the 'Execute Batch File' initiation
- : option is selected.
- :
- : The 'Command' field would contain:
- :
- : For weekly backup: example2 weekly.cmd
- : For monthly backup: example2 monthly.cmd
- :=====================================================
- echo off
- cls
- :
- : Change directory to where your backup utility
- : resides...
- cd c:\backup
- :
- : Then we run the backup utility with the
- : necessary parameter.
- backup @%1
- :
- : Then we change back to the Check Backup directory
- : so Check Backup can do its clean up and updating
- : of the backup dates in the configuration file.
- cd c:\chkbkup